|
CryptoPro JCP. Public API. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ru.CryptoPro.JCP.pref.ConfigurationException
public class ConfigurationException
Ошибка в конфигурационном файле.
| Constructor Summary | |
|---|---|
ConfigurationException()
Constructs a new exception without detail message. |
|
ConfigurationException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable exceptionCause)
Constructs a new runtime exception with the specified detail message and cause. |
|
ConfigurationException(java.lang.Throwable exceptionCause)
Constructs a new runtime exception with the specified cause and without detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException()
public ConfigurationException(java.lang.String message)
message - the detail message.
public ConfigurationException(java.lang.String message,
java.lang.Throwable exceptionCause)
message - the detail messageexceptionCause - the causepublic ConfigurationException(java.lang.Throwable exceptionCause)
exceptionCause - the cause
|
Copyright Crypto-Pro. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||